Method IsAncestorOfAsync<T>(IRedbObject, IRedbObject, ITreeProvider)

Assembly: redb.Core.dll

Checks if object is an ancestor of the specified descendant

public static Task<bool> IsAncestorOfAsync<T>(this IRedbObject obj, IRedbObject potentialDescendant, ITreeProvider treeProvider) where T : class, new()